今天要在Ubuntu安裝乙太坊的APT來源,請先在終端機輸入 sudo apt-get insatll software-properties-common。
接下來輸入 sudo add-apt-repository -y ppa:ethereum/ethereum。
接下來輸入 sudo apt-get update。
最後輸入 sudo apt-get install ethereum。
這樣就完成下載。
也可以從github上取得原始程式再進行編譯,再終端機輸入 git clone https://github.com/ethereum/go-ethereum.git。
下載完成後進入資料夾 cd go-ethereum。
最後輸入 sudo apt install make geth。
今天就先到這邊。